Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie committed Apr 27, 2020
1 parent 6652792 commit 377756c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Publish to PyPI
on:
push:
tags:
- "example-*"
- '*'

jobs:
publish:
Expand Down
1 change: 1 addition & 0 deletions scripts/publish
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ if [ "refs/tags/${VERSION}" = "${GITHUB_REF}" ] ; then
${PREFIX}twine upload dist/*
else
echo "GitHub Ref '${GITHUB_REF}' did not match package version '${VERSION}'"
exit 1
fi

0 comments on commit 377756c

Please sign in to comment.