File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -65,12 +65,11 @@ jobs:
6565
6666 - name : Build source distribution
6767 run : |
68- python -m pip install --upgrade pip setuptools wheel build
68+ python -m pip install --upgrade pip setuptools wheel build twine
6969 python -m build --sdist --outdir sdist
7070
7171 - name : Publish wheels and source distribution to PyPI
7272 run : |
73- python -m pip install --upgrade pip setuptools wheel twine
7473 twine upload sdist/*.tar.gz
7574 # twine upload wheels/*.whl sdist/*.tar.gz
7675 env :
Original file line number Diff line number Diff line change 44#include <stddef.h> /* for offsetof */
55
66#ifndef ARRAYDEQUE_VERSION
7- #define ARRAYDEQUE_VERSION "1.2.7 "
7+ #define ARRAYDEQUE_VERSION "1.2.8 "
88#endif
99
1010/* The ArrayDeque object structure. */
You can’t perform that action at this time.
0 commit comments