Skip to content

Commit

Permalink
[skip ci] release on
Browse files Browse the repository at this point in the history
  • Loading branch information
FNTwin authored Sep 24, 2024
1 parent b5bdd26 commit 4c2a069
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@ jobs:
- name: Build the wheel and sdist
run: python -m build --no-isolation

#- name: Publish package to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# password: ${{ secrets.PYPI_API_TOKEN }}
# packages-dir: dist/
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
packages-dir: dist/

- name: Create GitHub Release
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844
Expand Down

0 comments on commit 4c2a069

Please sign in to comment.