Commit b342894 1 parent 164cb9d commit b342894 Copy full SHA for b342894
File tree 1 file changed +0
-15
lines changed
1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -15,23 +15,15 @@ jobs:
15
15
with :
16
16
fetch-depth : 0
17
17
- name : Set up pixi
18
- <<<<<<< before updating
19
18
uses : prefix-dev/setup-pixi@92815284c57faa15cd896c4d5cfb2d59f32dc43d # v0.8.3
20
- =======
21
- uses : prefix-dev/setup-pixi@0f64e482e3d251f735019b1bc7fb0413ead75b2c # v0.8.2
22
- >>>>>>> after updating
23
19
with :
24
20
environments : build
25
21
- name : Build project
26
22
run : pixi run -e build build-wheel
27
23
- name : Check package
28
24
run : pixi run -e build check-wheel
29
25
- name : Upload package
30
- <<<<<<< before updating
31
26
uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
32
- =======
33
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
34
- >>>>>>> after updating
35
27
with :
36
28
name : artifact
37
29
path : dist/*
49
41
with :
50
42
name : artifact
51
43
path : dist
52
- <<<<<<< before updating
53
- - name : Publish package on TestPyPi
54
- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
55
- with :
56
- repository-url : https://test.pypi.org/legacy/
57
- =======
58
- >>>>>>> after updating
59
44
- name : Publish package on PyPi
60
45
uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
You can’t perform that action at this time.
0 commit comments