Skip to content

Commit f8fdae7

Browse files
committed
Merge branch 'main' of https://github.com/ginwakeup/Salt
2 parents 0a2da50 + 4dcfc75 commit f8fdae7

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
name: Upload Python Package
1010

1111
on:
12-
release:
13-
types: [published]
12+
push:
1413

1514
permissions:
1615
contents: read
@@ -55,7 +54,7 @@ jobs:
5554
#
5655
# ALTERNATIVE: if your GitHub Release name is the PyPI project version string
5756
# ALTERNATIVE: exactly, uncomment the following line instead:
58-
url: https://pypi.org/project/salt-py/${{ github.event.release.name }}
57+
url: https://pypi.org/project/salt-py/0.2.0.dev0
5958

6059
steps:
6160
- name: Retrieve release distributions

0 commit comments

Comments
 (0)