Skip to content

Commit

Permalink
pypi distribute
Browse files Browse the repository at this point in the history
  • Loading branch information
siddartham committed Feb 24, 2024
1 parent 7882fe6 commit 323352f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/distribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: gh release create "$(venv/bin/python setup.py --version)" || echo "Release already exists"
# - name: Distribute to PyPI
# env:
# TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
# TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
# run: make distribute
- name: Distribute to PyPI
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: make distribute
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = attribute-name-validator
version = 0.0.0a2
version = 0.0.0
author_email = [email protected]
description = Attribute Name Validator
long_description = file: README.md
Expand Down

0 comments on commit 323352f

Please sign in to comment.