There was an error while loading. Please reload this page.
1 parent a6e295b commit 9f2dab1Copy full SHA for 9f2dab1
1 file changed
.github/workflows/pypipublish.yml .github/workflows/publish.yml.github/workflows/pypipublish.yml renamed to .github/workflows/publish.yml
@@ -18,6 +18,7 @@ jobs:
18
url: https://pypi.org/p/vsjetpack
19
20
permissions:
21
+ contents: write
22
id-token: write
23
24
steps:
@@ -47,6 +48,13 @@ jobs:
47
48
- name: Publish to PyPI
49
uses: pypa/gh-action-pypi-publish@release/v1
50
51
+ - name: Upload dist/ files to GitHub Release
52
+ uses: softprops/action-gh-release@v2
53
+ with:
54
+ files: |
55
+ dist/*.tar.gz
56
+ dist/*.whl
57
+
58
- name: Post webhook for failure
59
if: failure()
60
uses: Jaded-Encoding-Thaumaturgy/discord-failure-notifier@v1
0 commit comments