Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidalnt authored Aug 16, 2024
1 parent f5aa0ba commit 7915b6b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,6 @@ jobs:
run: |
python setup.py sdist bdist_wheel
- name: Publish package on PyPI
if: steps.check-version.outputs.tag
uses: pypa/[email protected]
with:
user: __token__
password: "${{ secrets.PYPI_TOKEN }}"

- name: Publish the release notes
uses: release-drafter/[email protected]
with:
Expand Down

0 comments on commit 7915b6b

Please sign in to comment.