Skip to content

Commit 2af71b1

Browse files
committed
Test dev release workflow
1 parent 8fad808 commit 2af71b1

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

.github/workflows/dev-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ jobs:
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

CHANGELOG.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)