We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd98761 commit 4f8cfc0Copy full SHA for 4f8cfc0
.github/workflows/packages.yaml
@@ -142,17 +142,3 @@ jobs:
142
with:
143
user: __token__
144
password: ${{ secrets.PYPI_TOKEN }}
145
-
146
- uses: snapcore/action-publish@v1
147
- if: github.event_name == 'push'
148
- with:
149
- store_login: ${{ secrets.STORE_LOGIN }}
150
- snap: ${{ steps.snapcraft.outputs.snap }}
151
- release: edge,v2/edge
152
- - name: Publish to the stable channel
153
154
- if: ${{ github.event_name == 'release' && github.event.release.released }}
155
156
157
158
- release: stable,v2/stable
0 commit comments