Skip to content

Commit

Permalink
fixed the upload url
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlapao committed Aug 30, 2023
1 parent f6d5a65 commit 1767341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_TOKEN }}
repository-url: https://pypi.org/project/rq-dashboard/
repository-url: https://upload.pypi.org/legacy/

- name: Create GitHub release
uses: actions/create-release@v1
Expand Down

0 comments on commit 1767341

Please sign in to comment.