File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed
Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 8585 version=$(python setup.py --version)
8686 sed -i -E "/from setuptools_git_versioning.*/d" setup.py
8787 sed -i -E "s/version=.*/version='${version}',/" setup.py
88- cat setup.py
8988
9089 - name : Build package
9190 run : python setup.py sdist bdist_wheel
Original file line number Diff line number Diff line change @@ -20,21 +20,11 @@ Changelog
2020
2121 Allow to install package from ``.tar.gz `` without ``--no-build-isolation `` flag
2222
23- .. change ::
24- :tags: ci, feature
25-
26- Publish development releases to `Test PyPI <test.pypi.org >`_
27-
2823 .. change ::
2924 :tags: ci, feature
3025
3126 Use ``pypa/gh-action-pypi-publish `` Github action to publish releases to PyPI
3227
33- .. change ::
34- :tags: ci, bugfix
35-
36- Remove local part of version because it is not allowed in PyPI
37-
3828.. changelog ::
3929 :version: 1.13.0
4030 :released: 01.11.2022
You can’t perform that action at this time.
0 commit comments