Skip to content

Commit

Permalink
Fix deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
luismedel committed Dec 11, 2024
1 parent 5dbf252 commit 51e88ec
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .bluish/bluish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ jobs:

name: Publish the latest release of Bluish

runs_on:
host: docker://python:${{ python_version }}-alpine
automount: true
runs_on: docker://python:${{ python_version }}-alpine

steps:
- name: Install required packages
Expand All @@ -33,6 +31,10 @@ jobs:
echo "Didn't get a valid PYPI_VERSION"
false
- uses: git/checkout
with:
repository: https://github.com/luismedel/bluish

- name: Abort if upload is not needed
if: ${{ project_version == pypi_version }}
run: |
Expand Down

0 comments on commit 51e88ec

Please sign in to comment.