publish test
This commit is contained in:
parent
a08403cbff
commit
8cfd0bbcb9
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
|||||||
ls -l dist
|
ls -l dist
|
||||||
ls -l "${{ github.workspace }}"
|
ls -l "${{ github.workspace }}"
|
||||||
cd dist
|
cd dist
|
||||||
./pywxdump.exe -h
|
pywxdump.exe
|
||||||
|
|
||||||
# - name: Publish package with Twine # 使用 Twine 发布到 PyPI
|
# - name: Publish package with Twine # 使用 Twine 发布到 PyPI
|
||||||
# run: |
|
# run: |
|
||||||
|
@ -8,7 +8,10 @@
|
|||||||
import site
|
import site
|
||||||
import os
|
import os
|
||||||
|
|
||||||
code = """from pywxdump.command import console_run;console_run()"""
|
code = """
|
||||||
|
from pywxdump.command import console_run
|
||||||
|
console_run()
|
||||||
|
"""
|
||||||
spec_content = '''
|
spec_content = '''
|
||||||
# -*- mode: python ; coding: utf-8 -*-
|
# -*- mode: python ; coding: utf-8 -*-
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user