Skip to content

Commit

Permalink
Add wheel to github tagged release too
Browse files Browse the repository at this point in the history
  • Loading branch information
markreidvfx committed Jul 3, 2022
1 parent 96bc542 commit 808599b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
dist/*.whl
dist/*.tar.gz
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import setuptools.command.build_py

PROJECT_METADATA = {
"version": "1.6.0.dev",
"version": "1.6.0.dev1",
"author": 'Mark Reid',
"author_email": 'mindmark@gmail.com',
"license": 'MIT',
Expand Down

0 comments on commit 808599b

Please sign in to comment.