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

Commit

Permalink
Change pypi action triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed Feb 10, 2022
1 parent 73985fd commit 00649d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-live-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Python 🐍 distributions 📦 to pypi
on:
release:
types:
- created
- published

jobs:
build-n-publish:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Publish Python 🐍 distributions 📦 to TestPyPI

on: push
on:
push:
branches:
- master

jobs:
build-n-publish:
Expand Down

0 comments on commit 00649d3

Please sign in to comment.