Skip to content

Commit

Permalink
Update version and package index
Browse files Browse the repository at this point in the history
  • Loading branch information
druzm committed May 3, 2024
1 parent 74a7e19 commit 1283dc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
pip install build
- name: Build package
run: python -m build
- name: Publish distribution to Test PyPI
- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
password: ${{ secrets.PYPI_API_TOKEN }}
2 changes: 1 addition & 1 deletion src/gaiaxpy/core/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.1.1.dev'
__version__ = '2.1.1'

0 comments on commit 1283dc4

Please sign in to comment.