Skip to content

Commit a579acb

Browse files
committed
build wheel as well on pypi
1 parent d789cc4 commit a579acb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
python-version: '3.x'
2626
- name: Install dependencies
2727
run: |
28-
python -m pip install --upgrade pip
28+
python -m pip install --upgrade pip; ; pip install twine wheel;
2929
pip install .
3030
- name: Building package
31-
run: python setup.py sdist
31+
run: python setup.py sdist bdist_wheel
3232
- name: Publish package
3333
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
3434
with:

gitlab_release_notes/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__="0.2"
1+
__version__="0.2.1"

0 commit comments

Comments
 (0)