Skip to content

Commit

Permalink
Merge pull request #11 from HAROS-framework/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/pypa/gh-action-pypi-publish-1.10.1

⬆️ Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.1
  • Loading branch information
git-afsantos authored Sep 4, 2024
2 parents cdc1788 + 80a21a9 commit c120fc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: Build package
run: python -m build --sdist --wheel --outdir dist/ .
- name: Publish package to TestPyPI
uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0
uses: pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241
with:
repository-url: https://test.pypi.org/legacy/
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0
uses: pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241

0 comments on commit c120fc8

Please sign in to comment.