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 f74b638 commit 14f0507Copy full SHA for 14f0507
.github/workflows/packages.yaml
@@ -142,19 +142,7 @@ jobs:
142
with:
143
user: __token__
144
password: ${{ secrets.PYPI_TOKEN }}
145
- snap:
146
- runs-on: ubuntu-latest
147
- steps:
148
- - uses: actions/[email protected]
149
- - name: Build the package
150
- uses: snapcore/action-build@v1
151
- id: snapcraft
152
-# - name: Test the package
153
-# run: |
154
-# sudo snap install --dangerous --classic ${{ steps.snapcraft.outputs.snap }}
155
-# dvc version
156
-# sudo snap remove dvc
157
- - name: Publish to the edge channel
+
158
uses: snapcore/action-publish@v1
159
if: github.event_name == 'push'
160
snap/snapcraft.yaml
0 commit comments