diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index c3eed33a..df8c4b0b 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -19,7 +19,7 @@ jobs: python -m pip install setuptools wheel build twine - name: Build and publish env: - TWINE_USERNAME: '__token__' + TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }} run: | python -m build --sdist --wheel --outdir dist/ . diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7b361041..95472d1c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,20 +6,21 @@ All notable changes to this project will be documented in this file. The format is based on `Keep a Changelog`_. -1.0.1 (2021-05-31) +1.0.3 (2021-05-31) ================== -Changed -------- +Fixed +----- - Fix the timestamp parsing issue #6 +- Fix version: https://github.com/pypa/pypi-support/issues/214 Added ----- - Add proper exception to non-existent variable #8 - Add three issue templates #10 - +- Add GitHub Action to publish to Pypi 1.0.0 (2021-05-18) ================== diff --git a/setup.cfg b/setup.cfg index 0d72b19e..775ed083 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = kestrel-lang -version = 1.0.1 +version = 1.0.3 description = Kestrel Threat Hunting Language long_description = file:README.rst long_description_content_type = text/x-rst