Skip to content

Commit

Permalink
Merge pull request #803 from tellor-io/fix-setup-python
Browse files Browse the repository at this point in the history
switch to unstablev1 action branch
  • Loading branch information
0xSpuddy authored Sep 20, 2024
2 parents 4131a0d + 7786817 commit 0b8b406
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Set up Python 3.9
uses: actions/setup-python@v5
uses: actions/setup-python@v1
with:
python-version: 3.9

Expand All @@ -36,13 +36,13 @@ jobs:
.
- name: Publish telliot-feeds to Test PyPI
if: "github.event.release.prerelease"
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@unstable/v1
with:
password: ${{ secrets.TELLIOT_FEEDS_TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/

- name: Publish telliot-feeds to PyPI
if: "!github.event.release.prerelease"
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@unstable/v1
with:
password: ${{ secrets.TELLIOT_FEEDS_PYPI_API_TOKEN }}

0 comments on commit 0b8b406

Please sign in to comment.