Skip to content

Commit 15ad39d

Browse files
committed
Bump python-node version
1 parent 98caa89 commit 15ad39d

File tree

4 files changed

+18
-57
lines changed

4 files changed

+18
-57
lines changed

.github/workflows/publish_release.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,6 @@ jobs:
4343
- run: npm publish --tag ${{ inputs.prerelease == true && 'next' || 'latest' }}
4444
env:
4545
GITHUB_TOKEN: ${{ github.token }}
46-
- name: Collect npm logs
47-
if: always()
48-
run: |
49-
mkdir -p npm-logs
50-
if [ -d "$HOME/.npm/_logs" ]; then
51-
cp -a "$HOME/.npm/_logs/." npm-logs/
52-
fi
53-
- name: Upload npm logs
54-
if: always()
55-
uses: actions/upload-artifact@v4
56-
with:
57-
name: npm-logs
58-
path: npm-logs
59-
if-no-files-found: ignore
6046
- name: Push release commit if publish succeeded
6147
run: git push origin HEAD:${{ github.ref }}
6248
- name: Create release notes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"@fastify/static": "^8.2.0",
31-
"@platformatic/python-node": "^0.1.6",
31+
"@platformatic/python-node": "^0.1.7",
3232
"@platformatic/service": "^3.0.0",
3333
"fastify-plugin": "^5.0.0"
3434
},

pnpm-lock.yaml

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/package.json

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)