From e737388c116595c0361697016dbb5986c9a1b1d4 Mon Sep 17 00:00:00 2001
From: Thomas Reifenberger <tom-mi@users.noreply.github.com>
Date: Sat, 14 Nov 2020 14:38:05 +0100
Subject: [PATCH] Fix twine command

---
 .github/workflows/release.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 0b1c8f5..08089b3 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -28,4 +28,4 @@ jobs:
         run: |
           pipenv run pytest
           pipenv run python setup.py bdist_wheel
-          twine upload dist/*
\ No newline at end of file
+          pipenv run twine upload dist/*
\ No newline at end of file
-- 
GitLab