File tree 2 files changed +19
-24
lines changed 2 files changed +19
-24
lines changed Original file line number Diff line number Diff line change 46
46
target : aarch64
47
47
manylinux : musllinux_1_1
48
48
49
- # - os: windows
50
- # ls: dir
51
- # interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.8 pypy3.9 pypy3.10
52
- # - os: windows
53
- # ls: dir
54
- # target: aarch64
55
- # interpreter: 3.11 3.12
56
-
57
49
- os : windows
58
50
target : x86_64
59
51
interpreter : pypy3.9 pypy3.10
65
57
target : aarch64
66
58
interpreter : 3.11 3.12 3.13
67
59
68
-
69
60
- os : macos
70
61
target : x86_64
71
62
- os : macos
@@ -149,16 +140,16 @@ jobs:
149
140
[[ "${GITHUB_REF#refs/tags/}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] \
150
141
|| echo ::set-output name=prerelease::true
151
142
152
- # - name: Create Release
153
- # uses: ncipollo/release-action@v1
154
- # with:
155
- # artifacts: "dist/*"
156
- # token: ${{ secrets.GITHUB_TOKEN }}
157
- # draft: false
158
- # prerelease: steps.check-version.outputs.prerelease == 'true'
159
-
160
- # - name: Publish to PyPI
161
- # env:
162
- # POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
163
- # run: |
164
- # poetry publish
143
+ - name : Create Release
144
+ uses : ncipollo/release-action@v1
145
+ with :
146
+ artifacts : " dist/*"
147
+ token : ${{ secrets.GITHUB_TOKEN }}
148
+ draft : false
149
+ prerelease : steps.check-version.outputs.prerelease == 'true'
150
+
151
+ - name : Publish to PyPI
152
+ env :
153
+ POETRY_PYPI_TOKEN_PYPI : ${{ secrets.PYPI_TOKEN }}
154
+ run : |
155
+ poetry publish
Original file line number Diff line number Diff line change 53
53
echo ::set-output name=version::$(python -c "import sys; print('-'.join(str(v) for v in sys.version_info))")
54
54
55
55
- name : Install poetry
56
- run : |
57
- curl -fsS https://install.python-poetry.org | python - --preview -y
56
+ uses : snok/install-poetry@v1
57
+ with :
58
+ virtualenvs-create : true
59
+ virtualenvs-in-project : true
60
+ installer-parallel : true
61
+ version : 1.8.5
58
62
59
63
- name : Update PATH
60
64
if : ${{ matrix.os != 'Windows' }}
You can’t perform that action at this time.
0 commit comments