Skip to content

Commit f900ef2

Browse files
committed
just publish
1 parent 34fab48 commit f900ef2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/Publish-Package.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
poetry version patch
5050
5151
- name: Build Python package and publish to PyPI
52-
if: ${{ github.event.release.target_commitish == 'main' || startsWith(github.event.release.target_commitish, 'refs/tags/v') }}
5352
run: |
5453
poetry publish --build --username __token__ --password ${{ secrets.PYPI_TOKEN}}
5554

0 commit comments

Comments
 (0)