Skip to content

Commit

Permalink
Merge pull request #804 from tellor-io/fix-setup-python
Browse files Browse the repository at this point in the history
Fix setup python
  • Loading branch information
0xSpuddy authored Sep 20, 2024
2 parents 0b8b406 + f4f8663 commit 33cabb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@unstable/v1
with:
password: ${{ secrets.TELLIOT_FEEDS_TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
repository-url: https://test.pypi.org/legacy/

- name: Publish telliot-feeds to PyPI
if: "!github.event.release.prerelease"
Expand Down

0 comments on commit 33cabb1

Please sign in to comment.