Skip to content

Commit

Permalink
edit workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
panyi committed Aug 1, 2024
1 parent 6679231 commit 0d80f63
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-to-fofa-hack-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
pip install setuptools wheel twine
- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 0d80f63

Please sign in to comment.