Skip to content

Commit

Permalink
Merge pull request #9 from maticardenas/enable-pypi-publish
Browse files Browse the repository at this point in the history
feat: enabling publish to pypi
  • Loading branch information
maticardenas authored Feb 6, 2024
2 parents 7985493 + 27de56f commit 5838c79
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
overwrite-repository: true
repository-url: https://test.pypi.org/legacy/
token: ${{ secrets.TEST_PYPI_TOKEN }}
# build-and-publish:
# needs: build-and-publish-test
# runs-on: ubuntu-latest
# steps:
# - uses: maticardenas/.github/workflows/publish@main
# with:
# token: ${{ secrets.PYPI_TOKEN }}
build-and-publish:
needs: build-and-publish-test
runs-on: ubuntu-latest
steps:
- uses: maticardenas/.github/workflows/publish@main
with:
token: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 5838c79

Please sign in to comment.