Skip to content

Commit

Permalink
Merge pull request #138 from paulober/develop
Browse files Browse the repository at this point in the history
Small fixes
  • Loading branch information
paulober committed Oct 10, 2023
2 parents a00b5e3 + 95a3829 commit 6655daa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Package
run: npx @vscode/vsce package --no-yarn

- run: npx @vscode/vsce publish --no-yarn --target win32-x64 win32-arm64 linux-x64 linux-arm64 linux-armhf darwin-x64 darwin-arm64
- run: npx @vscode/vsce publish --no-yarn --target win32-x64 linux-x64 linux-arm64 darwin-x64 darwin-arm64
name: Publish
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ All notable changes to the "MicroPico" extension will be documented in this file
# Removed
- Dependency on the VS Code Python extension
- Dependency on `pyserial` pip package
- Dependency on Python beeing installed on the host system
- Dependency on Python being installed on the host system
- `micropico.pythonPath` setting
- Support for the armhf architecture

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Works with:
| Platform | x64 | arm64 |
| :------- | :-: | :---: |
| Windows || |
| Windows || |
| macOS |||
| Linux |||

Expand Down

0 comments on commit 6655daa

Please sign in to comment.