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 9fd5dc2 commit f0639e2Copy full SHA for f0639e2
.github/workflows/release_publish.yml
@@ -1,3 +1,4 @@
1
+# publish to pypi on github release (tagged as vX.Y.Z)
2
name: release_publish
3
on:
4
# workflow_dispatch:
@@ -11,8 +12,15 @@ jobs:
11
12
- name: Check out repo
13
uses: actions/checkout@v2
14
- - name: Build
15
- run: python setup.py sdist bdist_wheel
+ - name: Pixi setup
16
+ uses: prefix-dev/[email protected]
17
+ with:
18
+ pixi-version: v0.41.4
19
+ cache: false
20
+ run-install: false
21
+
22
+ - name: Build with pixi env
23
+ run: pixi run pypi-build
24
25
- name: Publish to Pypi
26
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments