We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede09e2 commit c9a468eCopy full SHA for c9a468e
1 file changed
β.github/workflows/publish-to-test-pypi.ymlβ
@@ -1,11 +1,12 @@
1
-name: Publish Python π distributions π¦ to PyPI and TestPyPI
+name: Publish beta Python π distributions π¦ to TestPyPI
2
on:
3
push:
4
- branches:
5
- - 'releases/**'
+ tags:
+ - 'v*.*.*b*'
6
+
7
jobs:
8
build-n-publish:
- name: Build and publish Python π distributions π¦ to PyPI and TestPyPI
9
+ name: Publish beta Python π distributions π¦ to TestPyPI
10
runs-on: ubuntu-18.04
11
steps:
12
- uses: actions/checkout@master
0 commit comments