packaging(pesde), cd(release): Remove pesde support, although it should be able to be added as a git dependency
This commit is contained in:
parent
190a794795
commit
36579fc8dd
2 changed files with 7 additions and 6 deletions
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
|
@ -72,8 +72,9 @@ jobs:
|
||||||
- name: Wally Publish
|
- name: Wally Publish
|
||||||
run: wally publish
|
run: wally publish
|
||||||
|
|
||||||
- name: Pesde Login
|
# No pesde releases for now, jecs doesn't have an official pesde package
|
||||||
run: pesde auth login --token "${{ secrets.PESDE_AUTH_TOKEN }}"
|
#- name: Pesde Login
|
||||||
|
# run: pesde auth login --token "${{ secrets.PESDE_AUTH_TOKEN }}"
|
||||||
|
|
||||||
- name: Pesde Publish
|
#- name: Pesde Publish
|
||||||
run: pesde publish
|
# run: pesde publish
|
||||||
|
|
|
@ -4,11 +4,11 @@ description = "A set of utilities for jecs"
|
||||||
authors = ["marked/Mark-Marks"]
|
authors = ["marked/Mark-Marks"]
|
||||||
repository = "https://github.com/mark-marks/jecs-utils"
|
repository = "https://github.com/mark-marks/jecs-utils"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
includes = ["lib", "LICENSE", "pesde.toml", "README.md"]
|
||||||
include = ["src", "src/**", "LICENSE", "pesde.toml", "README.md"]
|
|
||||||
|
|
||||||
[target]
|
[target]
|
||||||
environment = "luau"
|
environment = "luau"
|
||||||
|
lib = "lib/init.luau"
|
||||||
|
|
||||||
[indices]
|
[indices]
|
||||||
default = "https://github.com/daimond113/pesde-index"
|
default = "https://github.com/daimond113/pesde-index"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue