Skip to content

Commit

Permalink
Update publish_test_pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
henrymartin1 committed Feb 24, 2021
1 parent fc11162 commit ed314c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish_test_pypi.yml
Expand Up @@ -2,6 +2,9 @@ name: pypi-publish
on: release
jobs:
build-n-publish:
- name: Publish distribution 📦 to PyPI
name: Build and publish Python distr to TestPyPI
runs-on: ubuntu-18.04
steps:
- name: print tag
if: startsWith(github.ref, 'refs/tags')
run: echo "Hello tag ${{ github.ref }}"

0 comments on commit ed314c2

Please sign in to comment.