Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
yml update
Browse files Browse the repository at this point in the history
  • Loading branch information
FAReTek1 committed Oct 30, 2024
1 parent dbe57d5 commit 5aecbbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- run: which git
- name: Set up Python
uses: actions/setup-python@v3
with:
Expand All @@ -32,7 +33,7 @@ jobs:
pip install build
- name: Build package
run: |
ls
ls -la
python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
with open('README.md', 'r', encoding="utf-8") as readme:
long_description = readme.read()

with open("remote version.txt", "w") as remote_version_file:
remote_version_file.write(remote_version)
print(remote_version)

setup(
Expand Down

0 comments on commit 5aecbbb

Please sign in to comment.