mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-21 08:00:59 -05:00
Merge pull request #258 from facutuesca/patch-1
This commit is contained in:
commit
4f8925cefa
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import hashlib
|
|||
import pathlib
|
||||
import sys
|
||||
|
||||
packages_dir = pathlib.Path(sys.argv[1]).resolve().absolute()
|
||||
packages_dir = pathlib.Path(sys.argv[1]).resolve()
|
||||
|
||||
print('Showing hash values of files to be uploaded:')
|
||||
|
||||
|
|
Loading…
Reference in a new issue