Skip to content

Commit

Permalink
Merge pull request #386 from fortran-lang/ci/maint
Browse files Browse the repository at this point in the history
maint(ci): update repository-url key field
  • Loading branch information
gnikit authored May 5, 2024
2 parents ae648d6 + 69ca870 commit 6990985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
repository-url: https://test.pypi.org/legacy/
- name: Publish to PyPi
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 6990985

Please sign in to comment.