Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LightMotif
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Larralde
LightMotif
Commits
49bda593
Commit
49bda593
authored
6 months ago
by
Martin Larralde
Browse files
Options
Downloads
Patches
Plain Diff
Fix missing Rust sources in `MANIFEST.in` [ci skip]
parent
84d3669a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.github/workflows/rust.yml
+6
-9
6 additions, 9 deletions
.github/workflows/rust.yml
MANIFEST.in
+5
-4
5 additions, 4 deletions
MANIFEST.in
setup.cfg
+1
-0
1 addition, 0 deletions
setup.cfg
with
12 additions
and
13 deletions
.github/workflows/rust.yml
+
6
−
9
View file @
49bda593
...
@@ -113,7 +113,7 @@ jobs:
...
@@ -113,7 +113,7 @@ jobs:
publish
:
publish
:
needs
:
test
needs
:
test
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
if
:
"
startsWith(github.ref,
'refs/tags/v')"
if
:
"
startsWith(github.ref,
'refs/tags/v')
&&
!contains(github.ref,
'post')
&&
!contains(github.ref,
'alpha')
"
environment
:
Crates.io
environment
:
Crates.io
name
:
Publish crates
name
:
Publish crates
steps
:
steps
:
...
@@ -132,16 +132,13 @@ jobs:
...
@@ -132,16 +132,13 @@ jobs:
release
:
release
:
environment
:
GitHub Releases
environment
:
GitHub Releases
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
if
:
"
startsWith(github.ref,
'refs/tags/v')"
if
:
"
startsWith(github.ref,
'refs/tags/v')
&&
!contains(github.ref,
'post')
&&
!contains(github.ref,
'alpha')
"
name
:
Release
name
:
Release
needs
:
publish
needs
:
publish
permissions
:
contents
:
write
pull-requests
:
read
steps
:
steps
:
-
name
:
C
heckout
code
-
uses
:
actions/c
heckout
@v4
uses
:
actions/checkout@v3
with
:
-
name
:
Release a Changelog
submodules
:
true
uses
:
rasmus-saks/release-a-changelog-action@v1.2.0
-
uses
:
rasmus-saks/release-a-changelog-action@v1.2.0
with
:
with
:
github-token
:
'
${{
secrets.GITHUB_TOKEN
}}'
github-token
:
'
${{
secrets.GITHUB_TOKEN
}}'
This diff is collapsed.
Click to expand it.
MANIFEST.in
+
5
−
4
View file @
49bda593
...
@@ -4,11 +4,12 @@ include CHANGELOG.md
...
@@ -4,11 +4,12 @@ include CHANGELOG.md
include README.md
include README.md
include pyproject.toml
include pyproject.toml
# exclude Cargo.toml
include Cargo.toml
# exclude Cargo.lock
recursive-include lightmotif *.rs Cargo.toml README.md
recursive-include lightmotif *.rs Cargo.toml README.md
recursive-include lightmotif-py *.rs Cargo.toml README.md *.py
recursive-include lightmotif-io *.rs Cargo.toml README.md
recursive-include lightmotif-tfmpvalue *.rs Cargo.toml README.md
recursive-include lightmotif-py *.rs Cargo.toml README.md *.py
include .cargo/config.toml
include .cargo/config.toml
recursive-include crates *
recursive-include crates *
This diff is collapsed.
Click to expand it.
setup.cfg
+
1
−
0
View file @
49bda593
...
@@ -37,6 +37,7 @@ project_urls =
...
@@ -37,6 +37,7 @@ project_urls =
Bug
Tracker
=
https://github.com/althonos/lightmotif/issues
Bug
Tracker
=
https://github.com/althonos/lightmotif/issues
Changelog
=
https://github.com/althonos/lightmotif/blob/master/CHANGELOG.md
Changelog
=
https://github.com/althonos/lightmotif/blob/master/CHANGELOG.md
Coverage
=
https://codecov.io/gh/althonos/lightmotif/
Coverage
=
https://codecov.io/gh/althonos/lightmotif/
Documentation
=
https://lightmotif.readthedocs.io/
Builds
=
https://github.com/althonos/lightmotif/actions/
Builds
=
https://github.com/althonos/lightmotif/actions/
PyPI
=
https://pypi.org/project/lightmotif
PyPI
=
https://pypi.org/project/lightmotif
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment