Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Commit

Permalink
ci: fix packaging issues (#2)
Browse files Browse the repository at this point in the history
- update `pypi_upload` workflow
- update `setup.cfg` to include `CHANGELOG.md` in future releases

Signed-off-by: César Román <thecesrom@gmail.com>
  • Loading branch information
cesarcoatl committed Mar 16, 2022
1 parent 339de11 commit f1359c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
- name: Upload to PyPI via Twine
env:
TWINE_PASSWORD: ${{ secrets.secrets.PYPI_API_TOKEN_IGNITION_API_PKG }}
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN_IGNITION_API_PKG }}
run: |
python -m twine upload --verbose --username '__token__' dist/*
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = ignition_api
version = attr: system.__version__.__package_version__
description = Ignition Scripting API
long_description = file: README.md
long_description = file: README.md, CHANGELOG.md
long_description_content_type = text/markdown
url = https://ignition-api.github.io/8.0
author = César Román
Expand Down

0 comments on commit f1359c7

Please sign in to comment.