Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
FlameSky-S committed Oct 25, 2022
1 parent f19c0c6 commit 48bb237
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: 3.10
python-version: "3.10"
- name: Install pypa/build
run: >-
python -m
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[metadata]
name = MMSA
version = 2.1.0
version = 2.2.1
author = THUIAR
maintainer = iyuge2, FlameSky, Columbine21
maintainer = FlameSky, Columbine21
description = Multimodal Sentiment Analysis Framework
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 48bb237

Please sign in to comment.