Skip to content

Commit

Permalink
Merge pull request #62 from WISDEM/hot-fix/actions-still-broken
Browse files Browse the repository at this point in the history
Hot fix: Final(🤞) update for GH Actions
  • Loading branch information
RHammond2 authored Jan 12, 2023
2 parents 14d8fd0 + 9b901c0 commit 8d16799
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ name: Deploy to Test PyPI

on:
push:
tags: ["*"]
tags:
- 'v*'

jobs:
release-pypi:
release-test-pypi:
# Upload to Test PyPI on every pushed tag.
environment: release-pypi
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
types: [published]

jobs:
release-test-pypi:
release-pypi:
environment: release-pypi
# Upload to PyPI on every published release
if: github.event.action == 'published'
Expand Down

0 comments on commit 8d16799

Please sign in to comment.