diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index 84f0618..5084738 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -43,20 +43,6 @@ jobs: - run: npm publish --tag ${{ inputs.prerelease == true && 'next' || 'latest' }} env: GITHUB_TOKEN: ${{ github.token }} - - name: Collect npm logs - if: always() - run: | - mkdir -p npm-logs - if [ -d "$HOME/.npm/_logs" ]; then - cp -a "$HOME/.npm/_logs/." npm-logs/ - fi - - name: Upload npm logs - if: always() - uses: actions/upload-artifact@v4 - with: - name: npm-logs - path: npm-logs - if-no-files-found: ignore - name: Push release commit if publish succeeded run: git push origin HEAD:${{ github.ref }} - name: Create release notes diff --git a/package.json b/package.json index 390ac17..961ce56 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "dependencies": { "@fastify/static": "^8.2.0", - "@platformatic/python-node": "^0.1.6", + "@platformatic/python-node": "^0.1.7", "@platformatic/service": "^3.0.0", "fastify-plugin": "^5.0.0" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 729b36a..d7c1124 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: ^8.2.0 version: 8.2.0 '@platformatic/python-node': - specifier: ^0.1.6 - version: 0.1.6 + specifier: ^0.1.7 + version: 0.1.7 '@platformatic/service': specifier: ^3.0.0 version: 3.6.0(typescript@5.9.2) @@ -459,26 +459,26 @@ packages: resolution: {integrity: sha512-XJCCYDTKRaWbu5LuMzKCJ/1bVU/bchoqvUEKV67ThUaAlELVEYRK7eZ9C2NWUg1IX98jRIoJ2GWBS91czE5LSQ==} engines: {node: '>=22.19.0'} - '@platformatic/python-node-darwin-arm64@0.1.6': - resolution: {integrity: sha512-AdNqiPFh63leiHWxyeOLta7w3Kkrtohikctp9XZmT94lDXi/IAWPU+8a/o633waGtmYhwOK811+OQw9I8/3hkA==} + '@platformatic/python-node-darwin-arm64@0.1.7': + resolution: {integrity: sha512-78w5TUOqlkySjPr6D44GkQFD6Da8wz/cu8lUtCeBNts6cK0ntBwRof+8DzIhxFeUySllzZQfnQDWBRgJLvFECA==} engines: {node: '>= 20'} cpu: [arm64] os: [darwin] - '@platformatic/python-node-darwin-x64@0.1.6': - resolution: {integrity: sha512-Mp/Sfyq3lCAUF7Swf/12zEnwVQolLktM58YPK5WQYXmPxLfdRQLFv3ajHOQr4qhUWUcs9YUuay002IrChAViDA==} + '@platformatic/python-node-darwin-x64@0.1.7': + resolution: {integrity: sha512-c5lRNl1g5W2U7orUAmvmjFsCDxVTE4GBeDUOrm2z4PeB2zaK8Zq2H5lEFlQRHBTeSzIBdJ1VsRnN+K4UjNB8hg==} engines: {node: '>= 20'} cpu: [x64] os: [darwin] - '@platformatic/python-node-linux-x64-gnu@0.1.6': - resolution: {integrity: sha512-hnGTRqPpB6u/4GQBILP74zNm3cKRYj3rcv40T9KKT+OKMWfAHYuiuhPrI/8hcS/UgYbOd8+iRXlxwYxVLuaeAA==} + '@platformatic/python-node-linux-x64-gnu@0.1.7': + resolution: {integrity: sha512-VD95H78S9ce6FK7PRTfPY9qowSWztvKT4vz1Xr33///6IHrFbm1pfy0dsVsrBSeHZFRLV+F/M0ZmAPwU7v5vlA==} engines: {node: '>= 20'} cpu: [x64] os: [linux] - '@platformatic/python-node@0.1.6': - resolution: {integrity: sha512-AhKLcgvK9ypRw10eCXthw9qtoEM+3OqZh47h/d92RjAdKj8h/RRuaa6tGXVa0P53X5TKdO5dxGMQ4HSP9H9tvw==} + '@platformatic/python-node@0.1.7': + resolution: {integrity: sha512-SIeW/pq7X1wSX/wRxMja0+tRIemSpJRX22yt8RRfCmaXif7Cg/n4y8X9rD4EIxaRMvJNBWGjXthCoJHnyjO0+Q==} engines: {node: '>= 20'} '@platformatic/scalar-theme@3.6.0': @@ -3137,20 +3137,20 @@ snapshots: '@platformatic/http-metrics': 0.2.1 prom-client: 15.1.3 - '@platformatic/python-node-darwin-arm64@0.1.6': + '@platformatic/python-node-darwin-arm64@0.1.7': optional: true - '@platformatic/python-node-darwin-x64@0.1.6': + '@platformatic/python-node-darwin-x64@0.1.7': optional: true - '@platformatic/python-node-linux-x64-gnu@0.1.6': + '@platformatic/python-node-linux-x64-gnu@0.1.7': optional: true - '@platformatic/python-node@0.1.6': + '@platformatic/python-node@0.1.7': optionalDependencies: - '@platformatic/python-node-darwin-arm64': 0.1.6 - '@platformatic/python-node-darwin-x64': 0.1.6 - '@platformatic/python-node-linux-x64-gnu': 0.1.6 + '@platformatic/python-node-darwin-arm64': 0.1.7 + '@platformatic/python-node-darwin-x64': 0.1.7 + '@platformatic/python-node-linux-x64-gnu': 0.1.7 '@platformatic/scalar-theme@3.6.0': {} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 084071d..761a843 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,6 +1,7 @@ onlyBuiltDependencies: - '@platformatic/python-node' - - '@platformatic/python-node-linux-x64-gnu' + - '@platformatic/python-node-darwin-arm64' - '@platformatic/python-node-linux-arm64-gnu' + - '@platformatic/python-node-linux-x64-gnu' - protobufjs - unrs-resolver diff --git a/python/package.json b/python/package.json deleted file mode 100644 index 29b468f..0000000 --- a/python/package.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "@platformatic/python", - "version": "0.0.1", - "description": "Integration of Python with Wattpm", - "homepage": "https://github.com/platformatic/python#readme", - "license": "Apache-2.0", - "author": "Platformatic Inc. (https://platformatic.dev)", - "repository": { - "type": "git", - "url": "git+https://github.com/platformatic/python.git" - }, - "bugs": { - "url": "https://github.com/platformatic/python/issues" - }, - "keywords": [ - "wattpm", - "thread", - "python" - ], - "publishConfig": { - "registry": "https://registry.npmjs.org/", - "access": "restricted", - "scope": "@platformatic" - } -}