Skip to content

Commit

Permalink
Merge pull request #23 from IBM/develop
Browse files Browse the repository at this point in the history
hotfix: pypi publishing
  • Loading branch information
subbyte committed May 31, 2021
2 parents 32542d2 + 7ff65fa commit 6b8c8c2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Expand Up @@ -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/ .
Expand Down
9 changes: 5 additions & 4 deletions CHANGELOG.rst
Expand Up @@ -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)
==================
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 6b8c8c2

Please sign in to comment.