Skip to content

Commit dacbb25

Browse files
committed
fix actions
1 parent 75c2cf5 commit dacbb25

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/upload_pypi.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Upload to PyPi
22

33
on:
4-
push:
5-
branches: ["master"]
64
release:
75
types: [published]
86

@@ -22,7 +20,6 @@ jobs:
2220
2321
- name: Generate Dist Wheel
2422
run: |
25-
cd qtheme
2623
python setup.py sdist bdist_wheel
2724
cat << EOF > .pypirc
2825
[pypi]

0 commit comments

Comments
 (0)