Skip to content

Commit 808599b

Browse files
committed
Add wheel to github tagged release too
1 parent 96bc542 commit 808599b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
if: startsWith(github.ref, 'refs/tags/')
4646
with:
4747
files: |
48+
dist/*.whl
4849
dist/*.tar.gz
4950
50-
5151
- name: Publish distribution 📦 to PyPI
5252
uses: pypa/gh-action-pypi-publish@release/v1
5353
with:

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import setuptools.command.build_py
44

55
PROJECT_METADATA = {
6-
"version": "1.6.0.dev",
6+
"version": "1.6.0.dev1",
77
"author": 'Mark Reid',
88
"author_email": 'mindmark@gmail.com',
99
"license": 'MIT',

0 commit comments

Comments
 (0)