We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ba9ac commit 8589415Copy full SHA for 8589415
.github/workflows/pypi.yml
@@ -1,14 +1,15 @@
1
-name: 📦 to PyPI and TestPyPI
+name: build an publish
2
3
on:
4
push:
5
branches:
6
- test
7
+ workflow_dispatch:
8
9
jobs:
10
build-and-publish:
- if: startsWith(github.ref, 'refs/tags/*')
11
- name: Build and publish 📦 to PyPI
+ if: startsWith(github.ref, 'refs/tags/')
12
+ name: build an publish
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v4
0 commit comments