Skip to content

Commit

Permalink
Test how github refs work
Browse files Browse the repository at this point in the history
  • Loading branch information
cdgriffith committed Mar 17, 2020
1 parent ae3938c commit a8897ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pythonpublish.yml
Expand Up @@ -29,3 +29,9 @@ jobs:
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
- name: Upload to release
uses: JasonEtco/upload-to-release@master
with:
args: dist/puremagic-${{ github.ref }}-py3-none.any.whl
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Expand Up @@ -46,3 +46,4 @@ jobs:
pip install setuptools wheel twine
python setup.py sdist bdist_wheel
twine check dist/*
head "dist/puremagic-${{ github.ref }}-py3-none.any.whl"

0 comments on commit a8897ab

Please sign in to comment.