Skip to content

Commit

Permalink
fix pypi upload
Browse files Browse the repository at this point in the history
  • Loading branch information
fabien-marty committed May 30, 2023
1 parent 81d7510 commit ad06d45
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Set up Python 3.7
uses: actions/setup-python@v4
with:
python-version: 3.7
- name: Deps install
run: |
pip install -r dev-requirements.txt
Expand All @@ -89,5 +93,8 @@ jobs:
run: |
python setup.py sdist
- name: Upload to PyPi
env:
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
run: |
twine upload dist/*
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
version=VERSION,
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
url="https://github.com/botify-labs/fnv-c",
author="Fabien MARTY",
author_email="[email protected]",
Expand Down

0 comments on commit ad06d45

Please sign in to comment.