Skip to content

Commit

Permalink
Prepare for first release.
Browse files Browse the repository at this point in the history
  • Loading branch information
wmeddie committed Feb 2, 2022
1 parent eb5f8ad commit 5220fde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Publish to PyPI
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TEST_API_KEY }}
TWINE_PASSWORD: ${{ secrets.PYPI_API_KEY }}
run: |
pip install twine
twine upload --repository testpypi --verbose dist/*
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "xircuits",
"version": "0.1.0",
"description": "A JupyterLab extension for rendering xircuitline files.",
"version": "1.0.0",
"description": "A JupyterLab extension for rendering and editing xircuit files.",
"keywords": [
"jupyter",
"jupyterlab",
Expand Down

0 comments on commit 5220fde

Please sign in to comment.