Skip to content

Commit

Permalink
dev(narugo): downgrade pypa
Browse files Browse the repository at this point in the history
  • Loading branch information
narugo1992 committed Mar 19, 2024
1 parent 5db8534 commit 6280a1a
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@release/v1
uses: pypa/gh-action-pypi-publish@release/v1.8.10
with:
password: ${{ secrets.PYPI_PASSWORD }}
- name: Upload binaries to release
Expand Down

0 comments on commit 6280a1a

Please sign in to comment.