Skip to content

Commit

Permalink
Try to force a release from non-production branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mart-r committed Sep 22, 2023
1 parent c67995c commit 2491b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
.
- name: Publish production distribution to PyPI
if: startsWith(github.ref, 'refs/tags')
if: github.event_name == 'release' && github.event.release.tag_name
uses: pypa/gh-action-pypi-publish@v1.4.2
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 2491b8a

Please sign in to comment.