Skip to content

Commit

Permalink
installer...
Browse files Browse the repository at this point in the history
  • Loading branch information
cole-wilson committed Dec 9, 2020
1 parent d2ca6cd commit cf9cf57
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 8 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sailboat.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v0.0.4, workflow subs: [name: `Sailboat`, short_name: `sailboat`, mac_comment: ``, windows_comment: ``, mac_extension: `.dmg`, windows_extension: `.exe`]
# v0.0.5, workflow subs: [name: `Sailboat`, short_name: `sailboat`, mac_comment: ``, windows_comment: ``, mac_extension: `.dmg`, windows_extension: `.exe`]
name: Publish release files for Sailboat.

on:
Expand All @@ -18,7 +18,8 @@ jobs:
asset_name: sailboat-$tag-py3-none-any.whl
glob: true
- os: windows-latest
artifact_path: .\dist\pyinstaller\Sailboat.exe
# artifact_path: .\dist\pyinstaller\Sailboat.exe
artifact_path: wixpy-0.1-win64.msi
asset_name: sailboat-$tag-windows64.exe
glob: false
- os: macos-latest
Expand Down
Binary file removed dist/pypi/sailboat-0.0.4.dev3.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added dist/pypi/sailboat-0.0.4.dev4.tar.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions sailboat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ modules = [ "toml",]
fullname = "Sailboat"
homebrew = false
icon = ""
latest_build = "0.0.4dev3"
latest_build = "0.0.4dev4"

[build]
type = "1"
Expand All @@ -24,5 +24,5 @@ windows = true
homebrew = false
actions = true
installer = true
actions_built_latest = false
release_notes = ""
actions_built_latest = true
release_notes = "ting / sdcvghjk"
5 changes: 3 additions & 2 deletions sailboat/sailboat.yml.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v0.0.4, workflow subs: [name: `{name}`, short_name: `{short_name}`, mac_comment: `{mac}`, windows_comment: `{windows}`, mac_extension: `{mac_ext}`, windows_extension: `{win_ext}`]
# v0.0.5, workflow subs: [name: `{name}`, short_name: `{short_name}`, mac_comment: `{mac}`, windows_comment: `{windows}`, mac_extension: `{mac_ext}`, windows_extension: `{win_ext}`]
name: Publish release files for {name}.

on:
Expand All @@ -18,7 +18,8 @@ jobs:
asset_name: {short_name}-$tag-py3-none-any.whl
glob: true
{windows} - os: windows-latest
{windows} artifact_path: .\dist\pyinstaller\{name}{win_ext}
{windows}# artifact_path: .\dist\pyinstaller\{name}{win_ext}
artifact_path: wixpy-0.1-win64.msi
{windows} asset_name: {short_name}-$tag-windows64{win_ext}
{windows} glob: false
{mac} - os: macos-latest
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setuptools.setup(
name="sailboat",
version="0.0.4dev3",
version="0.0.4dev4",
scripts=['bin/sailboat'],
# entry_points={
# 'console_scripts': ['sailboat=sailboat.__main__.main()'],
Expand Down

0 comments on commit cf9cf57

Please sign in to comment.