Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
endomorphosis committed Jul 24, 2024
1 parent 70aebc4 commit f1e444b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_to_pipy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:

publish-to-pypi:
name: Publish Python 🐍 distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
if: github.ref == 'refs/heads/main' # only publish to PyPI on pushes to main branch
needs: build
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/ipfs_transformers # Replace <package-name> with your PyPI project name
url: https://pypi.org/p/ipfs-datasets # Replace <package-name> with your PyPI project name
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
steps:
Expand Down

0 comments on commit f1e444b

Please sign in to comment.