Skip to content

Commit 14f0507

Browse files
authored
gha: packages: don't build snap (#5774)
* Delete snap directory * gha: packages: remove snap
1 parent f74b638 commit 14f0507

File tree

2 files changed

+1
-72
lines changed

2 files changed

+1
-72
lines changed

.github/workflows/packages.yaml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -142,19 +142,7 @@ jobs:
142142
with:
143143
user: __token__
144144
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
145+
158146
uses: snapcore/action-publish@v1
159147
if: github.event_name == 'push'
160148
with:

snap/snapcraft.yaml

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)