Skip to content

Commit

Permalink
Update python-publish settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Alecktos committed Mar 24, 2024
1 parent ff285c9 commit 6b82e1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
python -m pip install --upgrade pip
pip install setuptools wheel twine
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
long_description = fh.read()

setup(name='me-mover',
version='3.1.4',
version='3.1.5',
packages=find_packages(exclude=['tests', 'tests.*']),
author='Alexander Berlind',
url='https://github.com/Alecktos/me-mover.git',
Expand Down

0 comments on commit 6b82e1e

Please sign in to comment.