Skip to content

Commit 0a86514

Browse files
committed
tmp commit to get action to flush
1 parent acdaaa8 commit 0a86514

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/upload_pypi.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Publish wheels to pypi
22

3-
on:
4-
workflow_dispatch:
5-
inputs:
6-
workflow_id:
7-
description: "The workflow ID to pull wheels from"
8-
required: true
9-
type: string
3+
# on:
4+
# workflow_dispatch:
5+
# inputs:
6+
# workflow_id:
7+
# description: "The workflow ID to pull wheels from"
8+
# required: true
9+
# type: string
1010

1111
jobs:
1212
publish:
@@ -23,16 +23,16 @@ jobs:
2323
steps:
2424
- name: Download all the dists
2525
uses: dawidd6/action-download-artifact@v2
26-
with:
27-
# download all the wheels
28-
path: unmerged
29-
run_id: ${{ github.event.inputs.workflow_id }}
30-
workflow: build_wheels.yml
26+
# with:
27+
# # download all the wheels
28+
# path: unmerged
29+
# run_id: ${{ github.event.inputs.workflow_id }}
30+
# workflow: build_wheels.yml
3131

32-
- name: Merge files to dist
33-
run: |
34-
mkdir dist
35-
mv unmerged/*/*.whl dist
32+
# - name: Merge files to dist
33+
# run: |
34+
# mkdir dist
35+
# mv unmerged/*/*.whl dist
3636

37-
- name: Publish distribution 📦 to PyPI
38-
uses: pypa/gh-action-pypi-publish@release/v1
37+
# - name: Publish distribution 📦 to PyPI
38+
# uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)