Skip to content

Commit

Permalink
Release to testpypi
Browse files Browse the repository at this point in the history
  • Loading branch information
lukipuki committed Mar 29, 2024
1 parent e899e5d commit 71cb456
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Publish to PyPI
uses: PyO3/maturin-action@v1
env:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
MATURIN_PYPI_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
with:
command: upload
command: upload -r testpypi
args: --non-interactive --skip-existing *
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "yaroc"
version = "0.1.8"
version = "0.1.9"
authors = [
{name = "Lukáš Poláček", email = "lukas@polacek.email" }
]
Expand Down

0 comments on commit 71cb456

Please sign in to comment.