diff --git a/.github/workflows/Package-Release.yml b/.github/workflows/Package-Release.yml index 811e06d..ab837c1 100644 --- a/.github/workflows/Package-Release.yml +++ b/.github/workflows/Package-Release.yml @@ -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/* diff --git a/.version b/.version index 267577d..afaf360 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.4.1 +1.0.0 \ No newline at end of file diff --git a/README.md b/README.md index 4d55b3f..a6ef2fa 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index e140267..6712970 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -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.