Skip to content

Commit

Permalink
added dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
cole-wilson committed Feb 8, 2021
1 parent bb6d44e commit 741e4d2
Show file tree
Hide file tree
Showing 56 changed files with 396 additions and 16,264 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sailboat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
include:
- os: ubuntu-latest
artifact_path: ./dist/*/*
builds: homebrew pyinstaller build_docs_readme setcodeversion pypi
builds: homebrew pyinstaller build_docs_readme setcodeversion workflow pypi
asset_name: default
glob: true

Expand All @@ -39,7 +39,7 @@ jobs:
python-version: '3.x'
- name: Install Dependencies and Build
run: |
pip install sailboat toml semver requests setuptools twine colorama
pip install sailboat toml semver requests setuptools twine colorama enlighten blessed
python -m sailboat.__main__ build + ${{ matrix.builds }}
- name: Check for prerelease
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


<h1 align="center"><img src="https://www.pinclipart.com/picdir/big/383-3832964_im-on-a-boat-stamp-sailboat-stencil-clipart.png" width="70px">
<br>
sailboat
Expand Down
12 changes: 0 additions & 12 deletions a

This file was deleted.

10 changes: 9 additions & 1 deletion dist/homebrew/Sailboat.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Created with sailboat, the Python releaser

# v0.24.13
# v0.24.13-rc.2+bb6d44e.1

class Sailboat < Formula
include Language::Python::Virtualenv
Expand Down Expand Up @@ -41,6 +41,14 @@ class Sailboat < Formula
url "https://files.pythonhosted.org/packages/1f/bb/5d3246097ab77fa083a61bd8d3d527b7ae063c7d8e8671b1cf8c4ec10cbe/colorama-0.4.4.tar.gz"
sha256 "5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"
end
resource "enlighten" do
url "https://files.pythonhosted.org/packages/9d/1c/93c71041478b9cadd1aa47b72aed089c16529bad09e8ea6fe86cfd5a8363/enlighten-1.7.2.tar.gz"
sha256 "48a818c60e6bcec85051b695bac219c8f92a2ae0e53b5a0ad8dc0fcce93dae2f"
end
resource "blessed" do
url "https://files.pythonhosted.org/packages/0e/e6/f02d17a5ac70ca2d5794b105b8d8e9b5513e8b15ca6955440c0dbc90f363/blessed-1.17.12.tar.gz"
sha256 "580429e7e0c6f6a42ea81b0ae5a4993b6205c6ccbb635d034b4277af8175753e"
end


def install
Expand Down
Binary file removed dist/pypi/sailboat-0.24.13-py3-none-any.whl
Binary file not shown.
Binary file removed dist/pypi/sailboat-0.24.13.tar.gz
Binary file not shown.
Binary file added dist/pypi/sailboat-0.24.13rc2-py3-none-any.whl
Binary file not shown.
Binary file added dist/pypi/sailboat-0.24.13rc2.tar.gz
Binary file not shown.
2 changes: 0 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ description: "Sailboat is a Python developer's best friend. It's a Python build

<!-- Included twice for docs theme. This file is built, do not edit. Instead edit README.md -->



<h1 align="center"><img src="https://www.pinclipart.com/picdir/big/383-3832964_im-on-a-boat-stamp-sailboat-stencil-clipart.png" width="70px">
<br>
sailboat
Expand Down
4 changes: 0 additions & 4 deletions docs2/_build/html/.buildinfo

This file was deleted.

20 changes: 0 additions & 20 deletions docs2/_build/html/_sources/index.rst.txt

This file was deleted.

Loading

0 comments on commit 741e4d2

Please sign in to comment.