We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a2da50 + 4dcfc75 commit f8fdae7Copy full SHA for f8fdae7
1 file changed
.github/workflows/deploy.yaml
@@ -9,8 +9,7 @@
9
name: Upload Python Package
10
11
on:
12
- release:
13
- types: [published]
+ push:
14
15
permissions:
16
contents: read
@@ -55,7 +54,7 @@ jobs:
55
54
#
56
# ALTERNATIVE: if your GitHub Release name is the PyPI project version string
57
# ALTERNATIVE: exactly, uncomment the following line instead:
58
- url: https://pypi.org/project/salt-py/${{ github.event.release.name }}
+ url: https://pypi.org/project/salt-py/0.2.0.dev0
59
60
steps:
61
- name: Retrieve release distributions
0 commit comments