Skip to content

Commit

Permalink
chore: remove npm publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed Jul 17, 2024
1 parent ac61240 commit 5aba7ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/publish-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,3 @@ jobs:
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
ignore-unpublished-changes: true
- uses: actions/setup-node@v4
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: |
cd src/ic_oss_ts
npm install
npm test
npm run build
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 4 additions & 0 deletions src/ic_oss_bucket/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

**Online Demo**: https://a4gq6-oaaaa-aaaab-qaa4q-cai.raw.icp0.io/?id=mmrxu-fqaaa-aaaap-ahhna-cai

Download the file `0` in browser:
- by file id: `https://mmrxu-fqaaa-aaaap-ahhna-cai.icp0.io/f/0`
- by file hash: `https://mmrxu-fqaaa-aaaap-ahhna-cai.icp0.io/h/aff18ec0c48fecaae80ee7f506f3feddd8640f9c03a98aed1d4b7a39bb5c7fdc`

## Features

- [x] Supports large file uploads and downloads through file sharding, concurrent high-speed uploads, resumable uploads, and segmented downloads.
Expand Down

0 comments on commit 5aba7ef

Please sign in to comment.