Skip to content

Commit 7dc0a91

Browse files
authored
Make public (#18)
Signed-off-by: Stephen Belanger <[email protected]>
1 parent 3cf77e0 commit 7dc0a91

File tree

4 files changed

+20
-35
lines changed

4 files changed

+20
-35
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ jobs:
2828
steps:
2929
- name: Checkout
3030
uses: actions/checkout@v5
31-
- name: Setup SSH Agent
32-
uses: webfactory/[email protected]
33-
with:
34-
ssh-private-key: |
35-
${{ secrets.SSH_PRIVATE_KEY }}
3631
- uses: actions/setup-python@v6
3732
with:
3833
python-version: ${{ matrix.python }}
@@ -44,12 +39,5 @@ jobs:
4439
node-version: ${{ matrix.node-version }}
4540
cache: pnpm
4641
registry-url: https://registry.npmjs.org
47-
- name: Authenticate with private NPM package
48-
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.PYTHON_NODE_NPM_TOKEN }}" > ~/.npmrc
49-
- name: Install dependencies
50-
run: pnpm install
51-
env:
52-
NODE_AUTH_TOKEN: ${{ secrets.PYTHON_NODE_NPM_TOKEN }}
53-
- name: Run Full Test Suite
54-
shell: bash
55-
run: pnpm test
42+
- run: pnpm install
43+
- run: pnpm test

.github/workflows/publish_release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ jobs:
3131
registry-url: 'https://registry.npmjs.org'
3232
cache: pnpm
3333
- run: pnpm install --frozen-lockfile
34-
env:
35-
NODE_AUTH_TOKEN: ${{ secrets.PYTHON_NODE_NPM_TOKEN }}
3634
- name: Bump version and commit
3735
run: |
3836
pnpm version ${{ inputs.version }} --no-git-tag-version

package.json

Lines changed: 1 addition & 2 deletions
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.10",
31+
"@platformatic/python-node": "^1.0.0",
3232
"@platformatic/service": "^3.0.0",
3333
"fastify-plugin": "^5.0.0"
3434
},
@@ -41,7 +41,6 @@
4141
},
4242
"publishConfig": {
4343
"registry": "https://registry.npmjs.org/",
44-
"access": "restricted",
4544
"scope": "@platformatic"
4645
},
4746
"engines": {

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.

0 commit comments

Comments
 (0)