Skip to content

Commit

Permalink
workflow: Fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed Jun 7, 2024
1 parent 9bf1754 commit b2d1046
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/lsp-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- run: |
python --version
python -m pip install --upgrade pip
python -m pip install --upgrade tox hatch towncrier docutils
python -m pip install --upgrade hatch towncrier docutils
name: Setup Environment
- run: |
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Package
run: |
cd lib/esbonio
python -m tox -e pkg
hatch build
- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
- run: |
python --version
python -m pip install --upgrade pip
python -m pip install --upgrade tox hatch towncrier docutils
python -m pip install --upgrade hatch towncrier docutils
name: Install Build Tools
- run: |
Expand All @@ -105,10 +105,7 @@ jobs:
cd code
# Use version of esbonio on PyPi for release builds
ESBONIO_WHL="--pre esbonio" tox run -e bundle-deps
npm ci --prefer-offline
npm run package
ESBONIO_WHL="--pre esbonio" make dist
name: Package Extension
- name: 'Upload Artifact'
Expand Down
1 change: 1 addition & 0 deletions lib/esbonio/changes/831.misc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix release pipeline

0 comments on commit b2d1046

Please sign in to comment.