Skip to content

Commit

Permalink
publish to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
axelvonkamp committed Aug 26, 2024
1 parent 475d88c commit 83cd978
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,5 @@ jobs:
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
repository_url: https://test.pypi.org/legacy/
user: axelk1
password: ${{ secrets.TESTPYPI_EFMTOOL_LINK_TOKEN }}
password: ${{ secrets.PYPI_EFMTOOL_LINK_TOKEN }}
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ class PostInstallCommand(install):

def run(self):
install.run(self)
print("start PostInstallCommand run")
try:
getDefaultJVMPath()
except (JVMNotFoundException, JVMNotSupportedException):
Expand All @@ -36,7 +35,6 @@ def run(self):
break
if not has_jre: # very unlikely
print("Could not install a Java Runtime Environtment, you need to install one yourself.")
print("end PostInstallCommand run")

setup(name='efmtool_link',
packages=['efmtool_link', 'efmtool_link.lib'],
Expand Down

0 comments on commit 83cd978

Please sign in to comment.