Skip to content

Commit

Permalink
[fix]: remove dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mikita-sakalouski authored May 29, 2024
1 parent 15dd585 commit b191f1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
publish-pypi:
name: Publish to PyPI
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
needs: python-artifacts
runs-on: ubuntu-latest

steps:
Expand All @@ -39,4 +38,4 @@ jobs:
with:
print-hash: true
user: ${{ secrets.PYPI_USERNAME }}
password: ${{ secrets.PYPI_PASSWORD }}
password: ${{ secrets.PYPI_PASSWORD }}

0 comments on commit b191f1c

Please sign in to comment.