We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d789cc4 + a579acb commit d76a71cCopy full SHA for d76a71c
.github/workflows/pypi-publish.yml
@@ -25,10 +25,10 @@ jobs:
25
python-version: '3.x'
26
- name: Install dependencies
27
run: |
28
- python -m pip install --upgrade pip
+ python -m pip install --upgrade pip; ; pip install twine wheel;
29
pip install .
30
- name: Building package
31
- run: python setup.py sdist
+ run: python setup.py sdist bdist_wheel
32
- name: Publish package
33
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
34
with:
gitlab_release_notes/version.py
@@ -1 +1 @@
1
-__version__="0.2"
+__version__="0.2.1"
0 commit comments