We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96bc542 commit 808599bCopy full SHA for 808599b
.github/workflows/publish.yml
@@ -45,9 +45,9 @@ jobs:
45
if: startsWith(github.ref, 'refs/tags/')
46
with:
47
files: |
48
+ dist/*.whl
49
dist/*.tar.gz
50
-
51
- name: Publish distribution 📦 to PyPI
52
uses: pypa/gh-action-pypi-publish@release/v1
53
setup.py
@@ -3,7 +3,7 @@
3
import setuptools.command.build_py
4
5
PROJECT_METADATA = {
6
- "version": "1.6.0.dev",
+ "version": "1.6.0.dev1",
7
"author": 'Mark Reid',
8
"author_email": 'mindmark@gmail.com',
9
"license": 'MIT',
0 commit comments