|
|
@ -32,7 +32,7 @@ jobs:
|
|
|
|
# Specify a custom URL for PYPI Index
|
|
|
|
# Specify a custom URL for PYPI Index
|
|
|
|
pypi_index_url: https://pypi.python.org/simple
|
|
|
|
pypi_index_url: https://pypi.python.org/simple
|
|
|
|
# Specify a file path for .spec file
|
|
|
|
# Specify a file path for .spec file
|
|
|
|
spec: src/pydle.spec
|
|
|
|
spec: pydle.spec
|
|
|
|
# Specify whether to install Tkinter or not
|
|
|
|
# Specify whether to install Tkinter or not
|
|
|
|
tkinter: false
|
|
|
|
tkinter: false
|
|
|
|
- name: PyInstaller Windows
|
|
|
|
- name: PyInstaller Windows
|
|
|
@ -47,6 +47,4 @@ jobs:
|
|
|
|
# Specify a custom URL for PYPI Index
|
|
|
|
# Specify a custom URL for PYPI Index
|
|
|
|
pypi_index_url: https://pypi.python.org/simple
|
|
|
|
pypi_index_url: https://pypi.python.org/simple
|
|
|
|
# Specify a file path for .spec file
|
|
|
|
# Specify a file path for .spec file
|
|
|
|
spec: src/pydle.spec
|
|
|
|
spec: pydle.spec
|
|
|
|
# Specify whether to install Tkinter or not
|
|
|
|
|
|
|
|
tkinter: false
|
|
|
|
|
|
|
|