Skip to content

Commit

Permalink
just publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mshafer-NI committed Oct 9, 2023
1 parent 34fab48 commit f900ef2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/Publish-Package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
poetry version patch
- name: Build Python package and publish to PyPI
if: ${{ github.event.release.target_commitish == 'main' || startsWith(github.event.release.target_commitish, 'refs/tags/v') }}
run: |
poetry publish --build --username __token__ --password ${{ secrets.PYPI_TOKEN}}
Expand Down

0 comments on commit f900ef2

Please sign in to comment.