Skip to content

Commit

Permalink
fix snap releases
Browse files Browse the repository at this point in the history
  • Loading branch information
raiyanyahya committed Apr 26, 2022
1 parent 393c807 commit 18932e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/Package-Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
SNAPCRAFT_SECRET: ${{ secrets.SNAPCRAFT_SECRET }}
SNAP_TOKEN: ${{ secrets.SNAPCRAFT_SECRET }}
SNAPCRAFT_BUILD_ENVIRONMENT: host
run: |
python3 setup.py sdist bdist_wheel
twine upload dist/*
Expand Down
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.6
0.3.7
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: freshenv
version: '0.3.6'
version: '0.3.7'
summary: A cli to provision and manage local developer environments.
description: |
A command line application to provision and manage local developer environments. Build and develop your projects in completely isolated environments. Save, switch and restart your environments. Choose from a wide variety of flavours to get the developer tools you need.
Expand Down

0 comments on commit 18932e8

Please sign in to comment.