Skip to content

Commit 55c12dd

Browse files
committed
Bump version to 1.2.8
1 parent bc9500f commit 55c12dd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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:

arraydeque.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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. */

0 commit comments

Comments
 (0)