File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
steps :
18
18
- uses : actions/checkout@v4
19
19
- name : Build wheels
20
-
20
+
21
21
env :
22
22
CIBW_ARCHS_MACOS : x86_64 arm64
23
23
- uses : actions/upload-artifact@v4
57
57
with :
58
58
merge-multiple : true
59
59
path : dist
60
- - uses : pypa/gh-action-pypi-publish@v1.10.3
60
+ - uses : pypa/gh-action-pypi-publish@v1.11.0
61
61
with :
62
62
repository-url : https://test.pypi.org/legacy/
63
63
75
75
with :
76
76
path : dist
77
77
merge-multiple : true
78
- - uses : pypa/gh-action-pypi-publish@v1.10.3
78
+ - uses : pypa/gh-action-pypi-publish@v1.11.0
Original file line number Diff line number Diff line change 32
32
uses : actions/checkout@v4
33
33
- name : Fetch full git history
34
34
run : git fetch --prune --unshallow
35
- - uses : mamba-org/setup-micromamba@f8b8a1e23a26f60a44c853292711bacfd3eac822
35
+ - uses : mamba-org/setup-micromamba@617811f69075e3fd3ae68ca64220ad065877f246
36
36
with :
37
37
micromamba-version : 1.5.10-0
38
38
init-shell : ${{ matrix.os == 'windows-latest' && 'cmd.exe' || 'bash' }}
You can’t perform that action at this time.
0 commit comments