Skip to content

Commit

Permalink
preparing for first release on pypi
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Dec 7, 2021
1 parent 6318626 commit 561b0f5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ The versions coincide with releases on pip. Only major versions will be released

## [0.0.x](https://github.com/buildsi/spliced/tree/main) (0.0.x)
- Initial creation of project (0.0.1)
- Skeleton release (0.0.0)

9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,11 @@

<img src="https://github.com/buildsi/spliced/raw/main/docs/assets/img/spliced-small.png">

🚧️ under development 🚧️

[![Test Spliced Action](https://github.com/buildsi/spliced/actions/workflows/test-action.yaml/badge.svg)](https://github.com/buildsi/spliced/actions/workflows/test-action.yaml)
[![Build Ubuntu Bases](https://github.com/buildsi/spliced/actions/workflows/container-bases.yaml/badge.svg)](https://github.com/buildsi/spliced/actions/workflows/container-bases.yaml)
[![Update Docs](https://github.com/buildsi/spliced/actions/workflows/docs.yml/badge.svg)](https://github.com/buildsi/spliced/actions/workflows/docs.yml)

⭐️ [View Documentation](https://buildsi.github.io/spliced/) ⭐️

## TODO

- finish GitHub actions when we can test artifacts, add to docs
- GitHub action to generate splice result interface from splice repository with artifacts
- update spliced-results repo to use it
- then do release of spliced on pip

## License

Expand Down
4 changes: 2 additions & 2 deletions docs/getting_started/user-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -248,13 +248,13 @@ Once you have a result, you can use the ``validate`` command to ensure the forma
$ spliced validate pkg-sqlite\@3.35.5-splice-zlib-with-zlib-experiment-sqlite-splices.json
GitHub Actions
==============

Spliced provides a set of GitHub actions that make it easy to run splice experiments on GitHub.
The current documentation for these is in the ``.github/workflows/test-action.yaml`` file, and we will
add more detail here when the action development is finished.

add more detail here when the action development is finished (or when it is requested, whichever comes first).

Artifacts
---------
Expand Down
2 changes: 1 addition & 1 deletion spliced/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

__version__ = "0.0.0"
__version__ = "0.0.1"
AUTHOR = "Vanessa Sochat"
NAME = "spliced"
PACKAGE_URL = "https://github.com/buildsi/spliced"
Expand Down

0 comments on commit 561b0f5

Please sign in to comment.