Skip to content

Commit c9a468e

Browse files
authored
Workflows (#4)
* Added automatic versioning * Push to test pypi on release branch pushes * Publish beta Python 🐍 distributions πŸ“¦ to TestPyPI
1 parent ede09e2 commit c9a468e

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

β€Ž.github/workflows/publish-to-test-pypi.ymlβ€Ž

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
name: Publish Python 🐍 distributions πŸ“¦ to PyPI and TestPyPI
1+
name: Publish beta Python 🐍 distributions πŸ“¦ to TestPyPI
22
on:
33
push:
4-
branches:
5-
- 'releases/**'
4+
tags:
5+
- 'v*.*.*b*'
6+
67
jobs:
78
build-n-publish:
8-
name: Build and publish Python 🐍 distributions πŸ“¦ to PyPI and TestPyPI
9+
name: Publish beta Python 🐍 distributions πŸ“¦ to TestPyPI
910
runs-on: ubuntu-18.04
1011
steps:
1112
- uses: actions/checkout@master

0 commit comments

Comments
Β (0)