From 5220fdeda929acb1b425195e40ed8e7cc597d4be Mon Sep 17 00:00:00 2001 From: Eduardo Gonzalez Date: Wed, 2 Feb 2022 12:53:59 +0900 Subject: [PATCH] Prepare for first release. --- .github/workflows/pypi-publish.yml | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 00784e30..ca1ef7da 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -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/* diff --git a/package.json b/package.json index 151fb665..765a9f99 100644 --- a/package.json +++ b/package.json @@ -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",