File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 9 .0.0
2+ current_version = 10 .0.0
33commit = True
44message = Bump version: {current_version} → {new_version} [skip ci]
55
Original file line number Diff line number Diff line change 6767 - name : Build binary wheel and a source tarball
6868 run : |
6969 pip3 install setuptools wheel twine build
70- python -m build -- sdist --outdir dist/
70+ python setup.py sdist
7171
72- - name : Publish distribution to Test PyPI
73- continue-on-error : true
74- uses :
pypa/[email protected] # Try to update version tag every release 72+ - name : Publish package distributions to PyPI
73+ uses : pypa/gh-action-pypi-publish@release/v1
7574 with :
7675 password : ${{ secrets.PYPI_TOKEN }}
77- repository_url : https://upload.pypi.org/legacy/ # This must be changed if testing deploys to test.pypi.org
Original file line number Diff line number Diff line change 1- __version__ = '9 .0.0'
1+ __version__ = '10 .0.0'
Original file line number Diff line number Diff line change 1616from setuptools import setup
1717from os import path
1818
19- __version__ = '9 .0.0'
19+ __version__ = '10 .0.0'
2020
2121# read contents of README file
2222this_directory = path .abspath (path .dirname (__file__ ))
You can’t perform that action at this time.
0 commit comments