Skip to content

Commit

Permalink
feat: Update pixi.toml to add package command and bump version in pac…
Browse files Browse the repository at this point in the history
…kage.json
  • Loading branch information
jjjermiah committed Nov 14, 2024
1 parent cf4221d commit 090e446
Show file tree
Hide file tree
Showing 4 changed files with 303 additions and 34 deletions.
64 changes: 32 additions & 32 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
name: Release

on:
push:
branches: ["main", "development"]

concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true

jobs:
test:
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [20]

steps:
- uses: actions/checkout@v4

- name: Install Pixi
uses: prefix-dev/[email protected]
with:
pixi-version: v0.33.0
cache: true
locked: false # wont be the same because of the tag

- name: Run pytest
run: |
pixi run test
# name: Release

# on:
# push:
# branches: ["main", "development"]

# concurrency:
# group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
# cancel-in-progress: true

# jobs:
# test:
# runs-on: ${{ matrix.os }}

# strategy:
# matrix:
# os: [ubuntu-latest, windows-latest, macos-latest]
# node-version: [20]

# steps:
# - uses: actions/checkout@v4

# - name: Install Pixi
# uses: prefix-dev/[email protected]
# with:
# pixi-version: v0.33.0
# cache: true
# locked: false # wont be the same because of the tag

# - name: Run pytest
# run: |
# pixi run test

# lint:
# runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Pixi support for Visual Studio Code to manage Pixi projects",
"icon": "assets/images/VSCode-Pixi-Logo.png",
"publisher": "jjjermiah",
"version": "1.0.1",
"version": "1.0.3",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 090e446

Please sign in to comment.