Skip to content

Commit

Permalink
Overwrite main (#43)
Browse files Browse the repository at this point in the history
* Input json for testing (will remove later)

* - Add minimum required starting items to schema
- Add minimum required starting items to test file

* Add missing items in schema definition

* Cleanup samus_returns_patcher.py

* Minor cleanup

* Prep for custom powerups

* Move PatcherEditor to its own file

* Remove version.py from being tracked

* - Delete content of input_path
- Add very primitive functions to add IPS patches

* Reference new path of schema

* Update pyproject.toml

* Patch Pickups Attempt 1

* fix item id

* BMSAD part passed (still wip)

* Pickup shuffle semi-works (with broken visuals)

* Update schema to match patch_data_factory.py in RDV

* Update model_data.py

* Cleanup

* Fixes 2

* Revert "Merge branch 'main' into WorkingVersion"

This reverts commit 0563a67, reversing
changes made to 9659a51.

---------

Co-authored-by: Thanatos <[email protected]>
Co-authored-by: duncathan salt <[email protected]>
  • Loading branch information
3 people authored Aug 15, 2023
1 parent cd93dac commit 4cfb408
Show file tree
Hide file tree
Showing 28 changed files with 2,015 additions and 1,002 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
repository_url: https://test.pypi.org/legacy/

- name: Create GitHub release
uses: svenstaro/upload-release-action@2.7.0
uses: svenstaro/upload-release-action@2.3.0
if: ${{ startsWith(github.ref, 'refs/tags/') }}
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -110,6 +110,6 @@ jobs:

- name: Publish 📦 to PyPI
if: ${{ startsWith(github.ref, 'refs/tags/') }}
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.pypi_password }}
Loading

0 comments on commit 4cfb408

Please sign in to comment.