Skip to content

Commit

Permalink
travis: 2nd fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusTorrado committed Oct 11, 2023
1 parent 72f052d commit 127f66c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ after_success:

###############################################################################
# DEPLOYMENT to PyPI (only if it builds and if the commit has been tagged)
before_deploy:
- echo > setup.py
deploy:
provider: pypi
username: JesusTorrado
Expand Down
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Minimal file for backwards compatibility. Config is kept in pyproject.toml

from setuptools import setup

setup()

0 comments on commit 127f66c

Please sign in to comment.