Skip to content

Commit

Permalink
update pypi release process
Browse files Browse the repository at this point in the history
  • Loading branch information
tallywiesenberg committed Mar 14, 2023
1 parent 73fc5fd commit df9e57a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,16 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build and publish to pypi
if: "github.event.release.prerelease"
uses: JRubics/poetry-publish@v1.16
with:
repository_name: "testpypi"
repository_url: "https://test.pypi.org/legacy/"
python_version: "3.9.5"
pypi_token: ${{ secrets.PYPI_TOKEN }}
pypi_token: ${{ secrets.TELLOR_DISPUTABES_TEST_PYPI_API_TOKEN }}
- uses: actions/checkout@v2
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.16
with:
python_version: "3.9.5"
pypi_token: ${{ secrets.TELLOR_DISPUTABES_PYPI_API_TOKEN }}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tellor-disputables"
version = "1.2.2"
version = "1.2.3"
description = "dashboard & text alerts for disputable values reported to Tellor oracles"
authors = ["tallywiesenberg <info@tellor.io>"]
license = "MIT"
Expand Down

0 comments on commit df9e57a

Please sign in to comment.