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 e1f1d82 commit 83afe3eCopy full SHA for 83afe3e
.github/workflows/publish-tags.yml
@@ -1,9 +1,7 @@
1
-name: Publish wheels
+name: Publish to PyPI
2
3
on:
4
push:
5
- branches-ignore:
6
- - "*"
7
tags:
8
- "*"
9
@@ -13,10 +11,10 @@ jobs:
13
11
steps:
14
12
- uses: actions/checkout@v4
15
16
- - name: Set up Python 3.10
+ - name: Set up Python
17
uses: actions/setup-python@v4
18
with:
19
- python-version: "3.10"
+ python-version: "3.12"
20
21
- name: Install Poetry
22
run: |
@@ -41,7 +39,7 @@ jobs:
41
39
- name: Set up python
42
40
uses: actions/setup-python@v2
43
44
45
46
- name: Download distributions
47
uses: actions/download-artifact@v4
@@ -51,5 +49,4 @@ jobs:
51
49
52
50
- uses: pypa/gh-action-pypi-publish@v1.4.2
53
54
- user: mthh
55
password: ${{ secrets.PYPI_PASS }}
0 commit comments