We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf5f91 commit 469a78bCopy full SHA for 469a78b
.github/workflows/publish-to-pypi.yml
@@ -11,10 +11,10 @@ on:
11
workflow_dispatch:
12
13
jobs:
14
- bumpversion:
15
- name: Bumpversion
+ build:
+ name: Build distribution 📦
16
runs-on: ubuntu-latest
17
-
+
18
steps:
19
- uses: actions/checkout@v4
20
- name: Set up Python
@@ -36,19 +36,6 @@ jobs:
36
git tag -f ${{ github.event.release.tag_name }}
37
git push origin HEAD:v3.6-dev
38
git push origin -f --tags
39
40
- build:
41
- name: Build distribution 📦
42
- needs:
43
- - bumpversion
44
- runs-on: ubuntu-latest
45
46
- steps:
47
- - uses: actions/checkout@v4
48
- - name: Set up Python
49
- uses: actions/setup-python@v4
50
- with:
51
- python-version: "3.x"
52
- name: Install pypa/build
53
run: >-
54
python3 -m
requirements.txt
@@ -0,0 +1,5 @@
1
+pytest
2
+wheel
3
+build
4
+twine
5
+bump2version
0 commit comments