Skip to content

Commit b342894

Browse files
authored
Fix conflicts
1 parent 164cb9d commit b342894

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/build.yml

-15
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,15 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717
- name: Set up pixi
18-
<<<<<<< before updating
1918
uses: prefix-dev/setup-pixi@92815284c57faa15cd896c4d5cfb2d59f32dc43d # v0.8.3
20-
=======
21-
uses: prefix-dev/setup-pixi@0f64e482e3d251f735019b1bc7fb0413ead75b2c # v0.8.2
22-
>>>>>>> after updating
2319
with:
2420
environments: build
2521
- name: Build project
2622
run: pixi run -e build build-wheel
2723
- name: Check package
2824
run: pixi run -e build check-wheel
2925
- name: Upload package
30-
<<<<<<< before updating
3126
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
32-
=======
33-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
34-
>>>>>>> after updating
3527
with:
3628
name: artifact
3729
path: dist/*
@@ -49,12 +41,5 @@ jobs:
4941
with:
5042
name: artifact
5143
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
5944
- name: Publish package on PyPi
6045
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4

0 commit comments

Comments
 (0)