Skip to content

Commit

Permalink
Merge pull request #43 from Giacomo-Antonioli/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/pypa/gh-action-pypi-publish-1.8.12
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
2 parents e7c6c87 + 50c42ec commit 172c118
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
poetry build --ansi
- name: Publish package on PyPI
uses: pypa/gh-action-pypi-publish@v1.8.10
uses: pypa/gh-action-pypi-publish@v1.8.12
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}

- name: Publish package on TestPyPI
uses: pypa/gh-action-pypi-publish@v1.8.10
uses: pypa/gh-action-pypi-publish@v1.8.12
with:
user: __token__
password: ${{ secrets.TEST_PYPI_TOKEN }}
Expand Down

0 comments on commit 172c118

Please sign in to comment.