Skip to content

Commit

Permalink
Got approvals on the snapstore :)
Browse files Browse the repository at this point in the history
  • Loading branch information
raiyanyahya committed May 4, 2022
1 parent c4727bf commit 5d471db
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Package-Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
SNAP_TOKEN: ${{ secrets.SNAPCRAFT_SECRET }}
SNAPCRAFT_BUILD_ENVIRONMENT: host
run: |
python3 setup.py sdist bdist_wheel
twine upload dist/*
echo "$SNAP_TOKEN" | snapcraft login --with -
snapcraft
snapcraft upload --release=stable *.snap
python3 setup.py sdist bdist_wheel
twine upload dist/*
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.1
1.0.0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Freshenv depends on docker and python. You must have ```docker``` and ```python3

## Installation Linux

(WORK IN PROGRESS) I recommend using the snap package manager to install freshenv.
I recommend using the snap package manager to install freshenv.

```console
snap install freshenv
Expand All @@ -40,7 +40,7 @@ If you dont have or use snap, install the freshenv python package from pypi.
pip install freshenv
```

I would recoomend using pipx instead of pip to install cli applications on you machine.
I would recommend using pipx instead of pip to install cli applications on you machine.

## Installation MacOS

Expand Down
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.4.1'
version: '1.0.0'
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 5d471db

Please sign in to comment.