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 5021852 commit 7abc840Copy full SHA for 7abc840
.github/workflows/BuildPythonWheels.yml
.github/workflows/PublishWheels.yml
.github/workflows/build_and_test.yml
@@ -1,5 +1,3 @@
1
-# This is a basic workflow to help you get started with Actions
2
-
3
name: Build, Test & Publush
4
5
# Controls when the action will run.
@@ -79,11 +77,11 @@ jobs:
79
77
permissions:
80
78
packages: write
81
needs: build_and_test_python
82
- uses: sippy/libasyncproxy/.github/workflows/BuildPythonWheels.yml@wip
+ uses: sippy/cimagic/.github/workflows/BuildPythonWheels.yml@master
83
84
- publish_pypi:
+ publish:
85
needs: build_bin_wheels
86
87
actions: read
88
contents: read
89
- uses: sippy/libasyncproxy/.github/workflows/PublishWheels.yml@wip
+ uses: sippy/cimagic/.github/workflows/PublishWheels.yml@master
0 commit comments