Skip to content

Commit 7ed4ec4

Browse files
Fix release workflow and bump version to v1.1.1 (#285)
1 parent a921983 commit 7ed4ec4

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/cd.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ jobs:
6363
- name: Move everything into a single directory for attestation and publication
6464
run: |
6565
mkdir upload
66-
mv dist/ upload/
6766
mv jupyterlite-app-release.tar.gz upload/
6867
6968
- name: Generate artifact attestations

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupytereverywhere",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A Jupyter extension for k12 education",
55
"keywords": [
66
"jupyter",

ui-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupytereverywhere-ui-tests",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Jupyter Everywhere Integration Tests",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)