From 7ce92513469e2b09044efdd3b54fc3490867048f Mon Sep 17 00:00:00 2001 From: Elvis Pranskevichus Date: Tue, 10 Aug 2021 10:41:30 -0700 Subject: [PATCH] httptools v0.2.1 release testing --- .github/workflows/release.yml | 8 ++++---- httptools/_version.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b1ecfd4..6148554 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -168,7 +168,7 @@ jobs: release_name: v${{ steps.relver.outputs.version }} target: ${{ github.event.pull_request.base.ref }} body: ${{ github.event.pull_request.body }} - draft: false + draft: true - run: | ls -al dist/ @@ -177,6 +177,6 @@ jobs: uses: pypa/gh-action-pypi-publish@master with: user: __token__ - password: ${{ secrets.PYPI_TOKEN }} - # password: ${{ secrets.TEST_PYPI_TOKEN }} - # repository_url: https://test.pypi.org/legacy/ + # password: ${{ secrets.PYPI_TOKEN }} + password: ${{ secrets.TEST_PYPI_TOKEN }} + repository_url: https://test.pypi.org/legacy/ diff --git a/httptools/_version.py b/httptools/_version.py index a33433c..2f72eb7 100644 --- a/httptools/_version.py +++ b/httptools/_version.py @@ -10,4 +10,4 @@ # supported platforms, publish the packages on PyPI, merge the PR # to the target branch, create a Git tag pointing to the commit. -__version__ = '0.2.0' +__version__ = '0.2.1'