Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ jobs:

- name: Configure git
run: |
git config --global user.name 'rbpatt2019'
git config --global user.email 'rbpatt2019@users.noreply.github.com'
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git

- name: Run semantic-release
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "LipidTA"
name = "LipidTrafficAnalysis"
version = "3.5.3"
packages=[{include = "lta"}]
description = "Lipid Traffic Analysis"
license = "MIT"
authors = ["rbpatt2019 <rb.patterson.cross@gmail.com>"]
authors = ["rbpatt2019 <rb.patterson.cross@gmail.com>", "Selok <selokyeung@gmail.com>"]
readme = "README.md"
repository = "https://github.com/IMS-Bio2Core-Facility/LTA"
documentation = "https://LTA.readthedocs.io/en/latest/"
homepage = "https://pypi.org/project/lipidta/"
homepage = "https://pypi.org/project/LipidTrafficAnalysis/"
classifiers = [
"Development Status :: 4 - Beta",
"License :: OSI Approved :: MIT License",
Expand Down
Loading