Skip to content

Commit

Permalink
move to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
axelvonkamp committed Aug 20, 2024
1 parent 1d298e0 commit 20366fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,5 @@ jobs:
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
repository_url: https://test.pypi.org/legacy/
user: axelk1
password: ${{ secrets.TESTPYPI_API_TOKEN }}
password: ${{ secrets.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 @@
[project]
name = "cnapy"
version = "1.2.4"
version = "1.2.1"
authors = [
{ name="Sven Thiele" },
{ name="Axel von Kamp", email="vonkamp@mpi-magdeburg.mpg.de" },
Expand Down

0 comments on commit 20366fb

Please sign in to comment.