Skip to content

Commit fd90a39

Browse files
Fixes for publishing pipeline
1 parent 4fd2ecb commit fd90a39

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
registry-url: 'https://registry.npmjs.org'
2828

2929
- name: Publish to npm
30-
run: npm publish --provenance --access public
30+
run: npm publish --access public

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pyrepl-web",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "An embeddable Python REPL powered by Pyodide",
55
"main": "dist/pyrepl.js",
66
"files": [
@@ -24,7 +24,7 @@
2424
"license": "MIT",
2525
"repository": {
2626
"type": "git",
27-
"url": "https://github.com/savannahostrowski/pyrepl-web"
27+
"url": "git+https://github.com/savannahostrowski/pyrepl-web.git"
2828
},
2929
"type": "module",
3030
"devDependencies": {

0 commit comments

Comments
 (0)