Skip to content

Commit

Permalink
release: 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
firezym committed Nov 25, 2024
1 parent a916115 commit b68f60c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish to PyPI
on:
push:
tags:
- 'v0.3.3' # 当推送标签时触发(如 v1.0.0)
- 'v1.0.0' # 当推送标签时触发(如 v1.0.0)

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab_nasadaily",
"version": "0.3.3",
"version": "1.0.0",
"description": "JupyterLab Extension to Show Astronomy Picture of the Day from NASA",
"keywords": [
"jupyter",
Expand Down

0 comments on commit b68f60c

Please sign in to comment.