Skip to content

Commit

Permalink
dev(narugo): fix ci skip
Browse files Browse the repository at this point in the history
  • Loading branch information
narugo1992 committed Apr 18, 2024
1 parent 78622be commit 9f7beaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
python -m build --sdist --wheel --outdir dist/
- name: Publish distribution 📦 to real PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@v1.8.10
with:
password: ${{ secrets.PYPI_PASSWORD }}
- name: Upload binaries to release
Expand Down

0 comments on commit 9f7beaa

Please sign in to comment.