Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 9.0.0
current_version = 10.0.0
commit = True
message = Bump version: {current_version} → {new_version} [skip ci]

Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,9 @@ jobs:
- name: Build binary wheel and a source tarball
run: |
pip3 install setuptools wheel twine build
python -m build --sdist --outdir dist/
python setup.py sdist

- name: Publish distribution to Test PyPI
continue-on-error: true
uses: pypa/gh-action-pypi-publish@v1.4.2 # Try to update version tag every release
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_TOKEN }}
repository_url: https://upload.pypi.org/legacy/ # This must be changed if testing deploys to test.pypi.org
Loading